type flag.boolFlag3 uses
flag (current package)
flag.go#L133: type boolFlag interface {
flag.go#L490: case boolFlag:
flag.go#L966: if fv, ok := flag.Value.(boolFlag); ok && fv.IsBoolFlag() { // special case: doesn't need an arg
The pages are generated with Goldsv0.4.9. (GOOS=linux GOARCH=amd64)